toggle menu
Rell System Library API Reference
rell
switch theme
search in API
Rell System Library
/
[root]
/
collection
/
contains
contains
rell
pure
function
contains
(
value
:
T
)
:
boolean
Checks if the collection contains a specific element.
Since
0.6.0
Parameters
value
The element to check for.